home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS Toolkit
/
BBS Toolkit.iso
/
doors_1
/
dparm12.zip
/
SHOW-ME.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-12-06
|
376b
|
17 lines
@echo off
rem Called from EXAMPLE.BAT
echo this batch file: %0
echo com port: %1
echo baud: %2
echo first name: %3
echo last name: %4
echo voice: %5
echo modem: %6
echo security level: %7
echo minutes remaining: %8
echo color spec: %9
shift
echo mnp?: %9
echo